Skip to content

Commit

Permalink
upgrade version of node for ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
smac89 committed Nov 18, 2023
1 parent 621ccc0 commit 255be4a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
run-tests:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- name: Install deps
run: yarn install --frozen-lockfile
- name: Lint
Expand Down

0 comments on commit 255be4a

Please sign in to comment.