Skip to content

Commit

Permalink
Merge pull request #78 from onebeyond/chore/upgrade-node-20
Browse files Browse the repository at this point in the history
chore: upgrade project to node 20
  • Loading branch information
inigomarquinez authored Dec 11, 2023
2 parents 5748fc5 + 930f22b commit 6d006db
Show file tree
Hide file tree
Showing 5 changed files with 1,863 additions and 7,351 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 20
- run: npm ci
- name: Publish
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
steps:
- uses: actions/checkout@v2
- name: Set up Node.js version ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
Loading

0 comments on commit 6d006db

Please sign in to comment.