Compare commits
3 commits
f6953ba473
...
0d208b318d
Author | SHA1 | Date | |
---|---|---|---|
|
0d208b318d | ||
48a9d6649f | |||
33e9a844a0 |
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ on:
|
|||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '16'
|
||||
node-version: '23'
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
|
Loading…
Add table
Reference in a new issue