Skip to content

Commit f89094e

Browse files
igneel64jbeemster
authored andcommitted
Pin GH Actions to Node.js version to 16
Post 16 fails due to incompatibility with rollup-plugin-typescript2 v0.30
1 parent c04ac91 commit f89094e

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v2
1414
with:
15-
registry-url: 'https://registry.npmjs.org'
15+
registry-url: "https://registry.npmjs.org"
16+
node-version: "16"
1617
- run: npm install
1718
- run: npm publish
1819
env:

.github/workflows/tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v2
16+
with:
17+
node-version: "16"
1618
- run: npm install
1719
- run: npm run lint
1820

0 commit comments

Comments
 (0)