Skip to content

Commit

Permalink
chore(build-test-job): upgrade nodejs 18.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Sep 5, 2023
1 parent 900b26c commit 92d21a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base-test-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v1
with:
node-version: '18.14'
node-version: '18.17'

- name: Upgrade npm
run: npm i -g npm
Expand Down

0 comments on commit 92d21a4

Please sign in to comment.