Skip to content

Commit

Permalink
chore: Upgrade to Node v18 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
benceharomi authored Oct 5, 2023
1 parent ef5e5f7 commit ba9835a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-license.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16.15.1
node-version: 18.18.0

- name: Install yarn
run: npm install -g yarn license-checker
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18.18.0

0 comments on commit ba9835a

Please sign in to comment.