Skip to content

Commit

Permalink
chore(ci): bump node step version
Browse files Browse the repository at this point in the history
  • Loading branch information
larrrssss committed Feb 13, 2024
1 parent ecaeedb commit 10c1953
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ jobs:
- name: Add problem matcher
run: echo "::add-matcher::.github/problemMatchers/eslint.json" && echo "::add-matcher::.github/problemMatchers/tsc.json"

- name: Use Node.js v16
uses: actions/setup-node@v2
- name: Install Node v16
uses: actions/setup-node@v4
with:
node-version: 16
cache: npm
registry-url: https://registry.npmjs.org/

- name: Install dependencies
Expand Down

0 comments on commit 10c1953

Please sign in to comment.