Skip to content

Commit

Permalink
Test against Node.js v20 instead of v19 (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj committed Sep 23, 2023
1 parent 565e0b1 commit a61ef39
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-format.yml
Expand Up @@ -18,12 +18,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- name: Setup pnpm
uses: ./.github/actions/setup-pnpm
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Create release
env:
Expand All @@ -26,12 +26,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
registry-url: https://registry.npmjs.org

- name: Setup pnpm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
- 14
- 16
- 18
- 19
- 20
os:
- name: Ubuntu
version: ubuntu-latest
Expand All @@ -43,7 +43,7 @@ jobs:
version: macOS-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit a61ef39

Please sign in to comment.