mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-02-28 05:53:31 +00:00
CI: move away from Node.js v12
Github is deprecating it in Actions, and it's already past EOL
This commit is contained in:
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v2
|
||||
- run: npm ci
|
||||
- run: npm run docs
|
||||
|
||||
Reference in New Issue
Block a user