Skip to content

Commit

Permalink
specify same node version
Browse files Browse the repository at this point in the history
  • Loading branch information
51ngul4r1ty committed Feb 10, 2024
1 parent e6b015b commit 21b97ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.14.2]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 21b97ff

Please sign in to comment.