Skip to content

Commit

Permalink
update setup-node action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Feb 26, 2024
1 parent b2b2fa2 commit b1cb257
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18.x'
- run: |
- name: Build
run: |
mv .env.dist .env.local
npm install
npm run build

0 comments on commit b1cb257

Please sign in to comment.