Skip to content

Commit

Permalink
deps(ci): update actions to v4 and node to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Oct 2, 2024
1 parent 3d9f7c3 commit dfb81be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:
branches: [master]

env:
NODE_VERSION: 16
NODE_VERSION: 20

jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: prettier --version
uses: ./
with:
Expand All @@ -37,9 +37,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ inputs:
description: Prettier CLI arguments
required: true
runs:
using: node16
using: node20
main: dist/index.js

0 comments on commit dfb81be

Please sign in to comment.