Skip to content

Commit

Permalink
change image
Browse files Browse the repository at this point in the history
  • Loading branch information
binjospookie committed Dec 26, 2023
1 parent ab9fae2 commit 291d883
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,14 +10,14 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: 'node:lts-buster'
image: 'node:16.15.0-buster'

steps:
- name: Checkouut
uses: actions/checkout@v2

- name: Install
run: npm i
run: npm ci

- name: Test
run: npm t;

0 comments on commit 291d883

Please sign in to comment.