Skip to content

Commit

Permalink
chore: bump github actions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Dec 27, 2023
1 parent d038736 commit 79e1443
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install NodeJS
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 20.x

Expand All @@ -20,7 +20,7 @@ jobs:

- name: Cache build context
id: cache-node
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.npm
Expand Down

0 comments on commit 79e1443

Please sign in to comment.