Skip to content

Commit

Permalink
Bump to use node 18 on action
Browse files Browse the repository at this point in the history
  • Loading branch information
bbazukun123 committed Jan 6, 2024
1 parent 0d48a40 commit aed1924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
uses: actions/checkout@v3
- name: Install Canvas Dependencies
run: sudo apt-get install xvfb
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: 'https://registry.npmjs.org'
- name: Install npm
run: npm install -g npm@8
Expand Down

0 comments on commit aed1924

Please sign in to comment.