2
0

ci: 💚 Upgrade to Node 16 for npm publish workflow

This commit is contained in:
Baptiste Arnaud
2022-07-07 08:12:27 +02:00
parent 0dd99e0802
commit 50ab2a9b9c

View File

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- run: yarn
- run: yarn test
- run: yarn build