Skip to content

Commit

Permalink
Update action dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mpfeil committed Jan 4, 2023
1 parent 30f891f commit 40c912f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: lanuv-parser
path: dist
path: .
- name: Release new version
run: |
npm version ${{ github.event.release.tag_name }} --no-git-tag-version --no-commit-hooks
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [16.x]

steps:
- name: Checkout code
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: yarn install and test
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"email": "[email protected]"
},
"engines": {
"node": ">=10"
"node": ">=14"
},
"scripts": {
"test": "eslint *.js && ava"
Expand Down

0 comments on commit 40c912f

Please sign in to comment.