Skip to content

Commit

Permalink
update node.js.yaml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekcrm committed Jan 3, 2024
1 parent e4ab161 commit 57de876
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup Node18
uses: actions/setup-node@v3
with:
node-version: '18'

- name: Install dependencies
run: yarn install
Expand Down

0 comments on commit 57de876

Please sign in to comment.