Skip to content

Commit

Permalink
Update node version and default docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
rosczja committed Apr 10, 2024
1 parent 4a302b0 commit 86c4edb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: docker build -t elbstack/jest-puppeteer-react ./src/docker
node-version: '20'
- run: yarn install
- run: yarn pretest
- run: yarn test

0 comments on commit 86c4edb

Please sign in to comment.