Skip to content

Commit

Permalink
build: toolchain update
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBorde committed Apr 3, 2024
1 parent ed5d6cd commit c2784d7
Show file tree
Hide file tree
Showing 4 changed files with 2,576 additions and 1,656 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
timeout-minutes: 1

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

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: '16.13'
node-version-file: 'package.json'

- run: npm install
- run: npm test
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

Loading

0 comments on commit c2784d7

Please sign in to comment.