Skip to content

Commit

Permalink
Update publish-buildsystem.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-rodgers authored Feb 27, 2024
1 parent 121dae8 commit 23a8b44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-buildsystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
with:
ref: version-4
# setup nodejs
- name: Use Node.js 16
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: 'https://registry.npmjs.org'
cache: 'npm'
cache-dependency-path: package-lock.json
Expand Down

0 comments on commit 23a8b44

Please sign in to comment.