Skip to content

Commit

Permalink
Bump actions to use node20
Browse files Browse the repository at this point in the history
  • Loading branch information
silvadenisaraujo committed Sep 6, 2024
1 parent 9634f93 commit b8c8576
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 20
- run: yarn install --ignore-scripts
- run: yarn run ci:prettier-check
- run: yarn run lint
Expand All @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: true
matrix:
node-version: [12]
node-version: [20]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugin-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 20.x
- name: Install dependencies
run: yarn install
- name: Update README
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-prerelease-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 20
registry-url: https://registry.npmjs.org/
- run: yarn install --ignore-scripts
- run: yarn build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-stable-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 20
registry-url: https://registry.npmjs.org/
- run: yarn install --ignore-scripts
- run: yarn build
Expand Down

0 comments on commit b8c8576

Please sign in to comment.