Skip to content

Commit c49a1d9

Browse files
committed
chore: pipeline node version
1 parent a6af003 commit c49a1d9

File tree

8 files changed

+14
-8
lines changed

8 files changed

+14
-8
lines changed

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-node@v1
1515
with:
16-
node-version: 14.x
16+
node-version: 18.x
1717
- uses: bahmutov/npm-install@v1
1818

1919
- run: yarn build

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest]
14-
node-version: [14.x, 16.x]
14+
node-version: [18.x]
1515

1616
runs-on: ${{ matrix.os }}
1717
steps:

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [macos-latest]
14-
node-version: [14.x, 16.x]
14+
node-version: [18.x]
1515

1616
runs-on: ${{ matrix.os }}
1717
steps:

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
18-
node-version: [14.x]
18+
node-version: [18.x]
1919

2020
steps:
2121
- uses: actions/checkout@v2

.github/workflows/pkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest]
14-
node-version: [14.x]
14+
node-version: [18.x]
1515

1616
steps:
1717
- uses: actions/checkout@v2

.github/workflows/publishing.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v1
1414
with:
15-
node-version: 14.x
15+
node-version: 18.x
1616

1717
- run: yarn install
1818

@@ -148,6 +148,12 @@ jobs:
148148
token: ${{ secrets.NPM_TOKEN }}
149149
access: public
150150
package: ./app-config-vault/package.json
151+
- name: app-config-aws-secrets-manager
152+
uses: JS-DevTools/npm-publish@v1
153+
with:
154+
token: ${{ secrets.NPM_TOKEN }}
155+
access: public
156+
package: ./app-config-aws-secrets-manager/package.json
151157
- name: app-config-webpack
152158
uses: JS-DevTools/npm-publish@v1
153159
with:

.github/workflows/standalone-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest]
14-
node-version: [14.x]
14+
node-version: [18.x]
1515

1616
runs-on: ${{ matrix.os }}
1717

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [windows-latest]
14-
node-version: [14.x, 16.x]
14+
node-version: [18.x]
1515

1616
runs-on: ${{ matrix.os }}
1717
steps:

0 commit comments

Comments
 (0)