Skip to content

Commit

Permalink
ci: update checkout, & setup-node action versions with node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoshRitesh12 committed Mar 3, 2024
1 parent d152f89 commit 5b6608c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Tests
name: "Run Tests"

on:
push:
Expand All @@ -12,10 +12,12 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup NodeJS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20

- name: Install dependencies
run: npm i
Expand Down

0 comments on commit 5b6608c

Please sign in to comment.