Skip to content

Commit

Permalink
Merge pull request #999 from davidjerleke/feature/#997
Browse files Browse the repository at this point in the history
[Feat]: Upgrade deprecated Node version for GitHub actions
  • Loading branch information
davidjerleke authored Sep 12, 2024
2 parents 1f7f176 + 2499c0a commit 28c0286
Show file tree
Hide file tree
Showing 4 changed files with 1,934 additions and 1,724 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup node for npmjs.org as registry
uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'

- name: Install 🔧
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

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

steps:
- name: Checkout 🛎️
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.13.0
v20.17.0
Loading

0 comments on commit 28c0286

Please sign in to comment.