Skip to content

Commit

Permalink
Add tests for node 20 and current (node 21 currently)
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Nov 24, 2023
1 parent d461ea7 commit c3db07f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "16"
node-version: "20"
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "16"
node-version: "20"

# Action Repo: https://github.com/actions/cache
- name: "Cache node_modules"
Expand Down Expand Up @@ -64,7 +64,8 @@ jobs:
- "14"
- "16"
- "18"
- "19"
- "20"
- current

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c3db07f

Please sign in to comment.