mirror of
https://github.com/osmoscraft/osmosfeed-template.git
synced 2026-03-11 14:44:24 +00:00
upgrade to node 16
This commit is contained in:
parent
f25fe2fce9
commit
1f5684a2ae
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-feed.yaml
vendored
2
.github/workflows/update-feed.yaml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v2.1.4
|
||||
with:
|
||||
node-version: "14"
|
||||
node-version: "16"
|
||||
- name: Install dependencies
|
||||
run: npm i
|
||||
- name: Build the feed
|
||||
|
|
|
|||
Loading…
Reference in a new issue