Skip to content

Commit

Permalink
Revert updates, just pin nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelloz committed Oct 17, 2023
1 parent 05cc31b commit 4015af9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18.18.0
- name: Install deps and build dist
run: npm i

Expand Down
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 18.18.0

0 comments on commit 4015af9

Please sign in to comment.