Skip to content

fix: bump action to Node v20 #431

fix: bump action to Node v20

fix: bump action to Node v20 #431

name: example-without-lock-file
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: bahmutov/npm-install@HEAD
with:
working-directory: examples/without-lock-file
useLockFile: false
- run: npm t
working-directory: examples/without-lock-file