Skip to content

Commit b8d2d69

Browse files
authored
Merge pull request #177 from amadeus4dev/update-actions
actions update to version 16
2 parents e3d9b50 + d2f0dfd commit b8d2d69

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
node-version: [10, 12.16.3, 14]
13+
node-version: [14.x, 16.x, 18.x]
1414
name: Node ${{ matrix.node-version }} sample
1515
steps:
1616
- uses: actions/checkout@v2

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
node-version: [12.16.3]
13+
node-version: [14.x, 16.x, 18.x]
1414
name: Node ${{ matrix.node-version }} sample
1515
steps:
1616
- uses: actions/checkout@v2
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: npm install
2424
- name: Publish
25-
if: ${{ matrix.node-version == '12.16.3' }}
25+
if: ${{ matrix.node-version == '14.x' }}
2626
run: npm publish
2727
env:
2828
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)