Skip to content

Commit

Permalink
Use node v16 i github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Oct 17, 2022
1 parent 4949403 commit e68412e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-on-vtag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Create Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-spec-on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: Run Specifications
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm install
- run: npm test
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"food"
],
"jshintConfig": {
"esversion": 9,
"esversion": 11,
"strict": "implied",
"eqeqeq": true,
"undef": true,
Expand All @@ -34,6 +34,6 @@
"devDependencies": {
"@fortawesome/fontawesome-free": "~6.2",
"jshint": "~2.13",
"w3c-html-validator": "~1.1"
"w3c-html-validator": "~1.2"
}
}

0 comments on commit e68412e

Please sign in to comment.