Skip to content

Commit

Permalink
#
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroPaino committed Jun 25, 2024
1 parent f4f83ca commit cce7177
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
runs-on: ubuntu-latest

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

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '16'

- name: Install dependencies
- name: Instal l dependencies
run: npm install

- name: Test
Expand Down

0 comments on commit cce7177

Please sign in to comment.