Skip to content

Commit

Permalink
Update to Node.js v20
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Mar 31, 2024
1 parent 19c6e99 commit 84368ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:

- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x

- name: Install production dependencies, check node engine compatibility
run: yarn install --production=true
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [20.x]

steps:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
# Drafts your next Release notes as Pull Requests are merged into "master"
# Ref: https://github.com/marketplace/actions/release-drafter
- uses: release-drafter/release-drafter@v5
with:
node-version: 20.x
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
# with:
# config-name: my-config.yml
Expand Down

0 comments on commit 84368ca

Please sign in to comment.