Skip to content

Commit e587c44

Browse files
authored
chore: tune publish workflow file (#48)
1 parent 523ae6e commit e587c44

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/publish.js.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Reenable this workflow as soon as the project is moved under the Appium org in npmjs
2-
31
name: Release
42

53
on:
@@ -17,9 +15,9 @@ jobs:
1715
build:
1816
runs-on: ubuntu-latest
1917
steps:
20-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v6
2119
- name: Use Node.js
22-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@v6
2321
with:
2422
node-version: lts/*
2523
- run: npm install --no-package-lock

0 commit comments

Comments
 (0)