Skip to content

Commit

Permalink
outdated action sources
Browse files Browse the repository at this point in the history
  • Loading branch information
garbados committed Jan 11, 2025
1 parent e814458 commit a70d5bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v4

- name: Install NodeJS
uses: dcodeIO/setup-node-nvm@master
uses: actions/setup-node@v4
with:
node-version: lts/*

Expand All @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4

- name: Install NodeJS
uses: dcodeIO/setup-node-nvm@master
uses: actions/setup-node@v4
with:
node-version: lts/*

Expand Down

0 comments on commit a70d5bb

Please sign in to comment.