Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PancakePhilarmonych committed Nov 1, 2023
1 parent 49621a0 commit 57c3626
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
container: node:18

steps:
- name: Check Node.js version
run: node --version

- name: Check npm version
run: nvm use 18 && npm --version
run: npm --version

- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 57c3626

Please sign in to comment.