Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit f9f7968

Browse files
authored
Merge pull request #2 from qavajs/actions_v3
upgrade workflow actions to v3
2 parents 61f4881 + 65fcb77 commit f9f7968

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
publish-npm:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
16-
- uses: actions/setup-node@v2
15+
- uses: actions/checkout@v3
16+
- uses: actions/setup-node@v3
1717
with:
1818
node-version: 16
1919
registry-url: https://registry.npmjs.org/

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: actions/setup-node@v2
12+
- uses: actions/checkout@v3
13+
- uses: actions/setup-node@v3
1414
with:
1515
node-version: 16
1616
- run: npm ci

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"QA"
1717
],
1818
"authors": [
19-
"Alexandr Galichenko"
19+
"Alexandr Galichenko",
20+
"Alexandr Legchilov"
2021
],
2122
"license": "MIT",
2223
"bugs": {

0 commit comments

Comments
 (0)