Skip to content

Commit

Permalink
changed to version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertArakelyan committed Oct 8, 2023
1 parent 1aff9de commit 1ada9cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js version 18
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm install
Expand Down

0 comments on commit 1ada9cb

Please sign in to comment.