mirror of
https://github.com/actions/add-to-project.git
synced 2025-12-11 04:32:47 +00:00
set @types/node version to latest v16 release (#373)
* set @types/node version to latest v16 release * upgrade workflow to install Node 16 * update tsconfig to use es2015 target and libraries * pin to actual latest v16 package of @types/node
This commit is contained in:
4
.github/workflows/check-dist.yml
vendored
4
.github/workflows/check-dist.yml
vendored
@@ -22,10 +22,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Set Node.js 12.x
|
||||
- name: Set Node.js 16.x
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 12.x
|
||||
node-version: 16.x
|
||||
cache: npm
|
||||
|
||||
- name: Install dependencies
|
||||
|
||||
Reference in New Issue
Block a user