Skip to content

Commit

Permalink
build: upgrade workflow node version to v18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
g-luca committed Dec 5, 2023
1 parent 720f494 commit 4378a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3

- name: Use Node 16.x
- name: Use Node 18.x
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18

# Runs a set of commands using the runners shell
- name: Install dependencies
Expand Down

0 comments on commit 4378a1d

Please sign in to comment.